Purpose | Returns information about a RelationView . |
---|---|
Hierarchy | java.lang.Object
|
Syntax | public class RelationViewMetaData
|
Description | RelationViewMetaData returns information about a RelationView . |
See also | RelationView |
Purpose | Returns the name of a column's catalog. |
---|---|
Syntax | public String getCatalogName(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns the name of a column's catalog. |
Purpose | Returns the number of columns. |
---|---|
Syntax | public int getColumnCount( ) throws SQLException
|
Parameters | None. |
Description | Returns the number of columns. |
Purpose | Returns a column's display size. |
---|---|
Syntax | public int getColumnDisplaySize(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's display size. |
Purpose | Returns a column's label. |
---|---|
Syntax | public String getColumnLabel(int column) throws SQLException
|
Parameters | column = Column. |
Description | Return's a column's label. |
Purpose | Returns a column list. |
---|---|
Syntax | public VectorgetColumnList( ) throws SQLException
|
Parameters | None. |
Description | Returns a column list. |
Purpose | Returns the name of a RelationView's column. |
---|---|
Syntax | public String getColumnName(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's name. |
Purpose | Returns a column's data type as an int. |
---|---|
Syntax | public int getColumnType(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's data type as a numeric value. |
Purpose | Returns a column's data type as a String. |
---|---|
Syntax | public String getColumnTypeName(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's data type as a String. |
Purpose | Returns a column's precision. |
---|---|
Syntax | public int getPrecision(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's precision. |
Purpose | Returns a column's scale. |
---|---|
Syntax | public int getScale(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns a column's scale. |
Purpose | Returns the name of a column's schema. |
---|---|
Syntax | public String getSchemaName(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns the name of a column's schema. |
Purpose | Returns the name of a column's database table. |
---|---|
Syntax | public String getTableName(int column) throws SQLException
|
Parameters | column = Column. |
Description | Returns the name of a column's database table. |
Purpose | Indicates whether or not a column automatically increments. |
---|---|
Syntax | public boolean isAutoIncrement(int column) throws SQLException
|
Parameters | column = |
Description | Indicates whether or not a column automatically increments. |
Purpose | Indicates whether or not a column is case sensitive. |
---|---|
Syntax | public boolean isCaseSensitive(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column is case sensitive. |
Purpose | Indicates whether or not a column's data type is a currency data type. |
---|---|
Syntax | public boolean isCurrency(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column's data type is a currency data type. |
Purpose | Indicates whether or not a column is definite writable. |
---|---|
Syntax | public boolean isDefinitelyWritable(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column is definitely writable. |
Purpose | Indicates whether or not a column's value can be NULL. |
---|---|
Syntax | public int isNullable(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column's value can be NULL. |
Purpose | Indicates whether or not a column is read-only. |
---|---|
Syntax | public boolean isReadOnly(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column is read-only. |
Purpose | Indicates whether or not a column is searchable. |
---|---|
Syntax | public boolean isSearchable(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column is searchable. |
Purpose | Indicates whether or not a column's value is signed. |
---|---|
Syntax | public boolean isSigned(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column's value is signed. |
Purpose | Indicates whether or not a column can be written to. |
---|---|
Syntax | public boolean isWritable(int column) throws SQLException
|
Parameters | column = Column. |
Description | Indicates whether or not a column can be written to. |
Copyright © 1996 Symantec Corporation. All rights reserved.